﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	margin:0 auto;
	font-size:12px;	
	font-family:"Microsoft Yahei";	
	background:#edeef0;
}
img{
	border:none;	
}
a{
	color:#666;
	text-decoration:none;	
}
a:hover{
	color:#f60;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.container{
	width:1068px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS开始*/

/*top_header 开始*/
.top_header{
	height:21px;
	line-height:21px;
	background:url("../images/top_header.png") repeat-x left top;	
}
.top_header .language{
	color:#666;	
}
.top_header .language a{
	
}
.top_header .language a:hover{
	text-decoration:underline;	
}
/*top_header 结束*/

/*top_nav 开始*/
.top_nav{
	height:76px;
	background:url("../images/nav_bg.png") repeat-x left top;
	border-bottom:2px solid #cc2f1e;	
}
.top_nav .nav{
		
}
.top_nav .nav a{
	display:inline-block;
	width:105px;
	height:76px;
	line-height:76px;
	float:left;	
	background:url("../images/nav_a.png") no-repeat left top;
	text-align:center;
	font-family:"Microsoft Yahei";
	color:#fff;
	cursor:pointer;
}
.top_nav .nav a:hover,.top_nav .nav a.hover{
	background:url("../images/nav_a_h.png") repeat-x left top;	
}

.top_shadow{
	width:100%;
	height:5px;
	font-size:1px;
	background:url("../images/top_shadow.png") repeat-x left top;
	position:absolute;
	left:0;
	top:97px;
	z-index:10;	
}

/*top_nav 结束*/

.main{
	width:1068px;
	margin:0 auto 30px auto;	
	position:relative;	
	padding-top:157px;
}
.child_nav{
	height:17px;
	line-height:17px;
	position:absolute;
	left:0;
	top:117px;	
}
.child_nav a{
	display:inline-block;
	width:165px;
	float:left;
	color:#949597;	
	margin-right:15px;
	font-family:"Microsoft Yahei";
	background:url("../images/child_nav_a.gif") no-repeat right center;
}
.child_nav .end{
	background:none;	
}
.child_nav a:hover,.child_nav a.hover{
	color:#333;	
}

.main .select{
	width:161px;
	position:absolute;
	top:53px;
	right:50px;
	z-index:50;	
	cursor:pointer;
}
.main .select .top{
	width:127px;
	height:24px;
	line-height:24px;
	background:#a5a5a5;	
	padding-left:10px;
	color:#fff;
}
.main .select .btn{
	position:absolute;
	top:0;
	right:0;
	width:24px;
	height:24px;
	background:url("../images/select_btn.png") no-repeat;	
}
.main .select ul{
	display:none;	
}
.main .select_hover ul{
	width:137px;
	display:block;	
	border-bottom:1px solid #8c8e8f;
}
.main .select li{
	width:125px;
	padding-left:10px;
	height:24px;
	line-height:24px;
	background:url("../images/select_li.png") repeat-x left top;	
	color:#8c8e8f;
	border:1px solid #8c8e8f;
	border-bottom:0;
	border-top:0;
}
.main .select .hover{
	color:#57585b;	
	background:#ececec;
}
.main .select .hov{color:#000;}
.main .select  select{
	display:none;	
}

/*footer 开始*/
.footer{
	height:48px;
	line-height:48px;
	background:url("../images/border_bg.gif") repeat-x left top;
	text-align:right;
	color:#75767a;
	font-family:"Microsoft Yahei";
}
/*footer 结束*/

/*公用CSS结束*/